* {
	margin: 0;
	padding: 0;
	list-style: none
}

body {
	font-size: 12px
}

img {
	border: none
}

.fl {
	display: inline;
	float: left
}

.fr {
	display: inline;
	float: right
}

.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden
}

.cf {
	zoom: 1
}

.pb10 {
	padding-bottom: 10px
}

.mt10 {
	margin-top: 10px
}

.lanrenzhijia {
	width: 1200px;
	margin: 50px auto;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 10px #ccc
}

.lanrenzhijia .title {
	
	border-bottom: 3px solid #e7e7e7;
	padding-bottom: 10px
}

.lanrenzhijia .title h2 {
	font-size: 20px;
	font-family: microsoft yahei
}

.lanrenzhijia .title-list {
	position: relative;
    top: 6px;
    width: 100%;
}

.lanrenzhijia .title-list li {
	width: 33.33%;
	
	text-align: center;
	float: left;
	display: inline
}

.lanrenzhijia .title-list li.on {
	color: #f60;
	font-weight: 700
}

.lanrenzhijia .title-list p {
	position: absolute;
	top: 205px;
	left: 0;
	width: 33.33%;
	height: 7px;
	border-top: 3px solid #f60;
	overflow: hidden;
	text-align: center
}

.lanrenzhijia .title-list b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #f60 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0
}


	
	overflow: hidden;
	display: none;
	margin-top: 20px
}

.product ul {
	
	left: 0
}

.product-wrap .show {
	display: block
}

.product-wrap .product li {
	float: left;
	display: inline;
	margin-top: 15px;
	background: #f3f3f3;
	border: 2px solid #fafafa;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s
}

.product-wrap .product li.ml0 {
	margin-left: 0
}

.product-wrap .product li a.imgwrap {
	display: block;
	width: 226px;
	height: 200px;
	background: #fff;
	text-align: center
}

.product-wrap .product li p {
	padding-left: 15px;
	color: #666;
	line-height: 22px
}

.product-wrap .product li p a {
	color: #666;
	text-decoration: none
}

.product-wrap .product li p a:hover {
	color: #f60;
	text-decoration: none
}